Package-level declarations

Types

Link copied to clipboard
abstract class AbstractBarcodeOverlay

Use this if you want to see barcode outline visually.

Link copied to clipboard

Draw barcode outline with default paint.

Link copied to clipboard
data class Brush(var fillColor: Long = 1296750468, var strokeColor: Long = 4283094916, var strokeWidth: Float = 2.0f)
Link copied to clipboard
abstract class Graphic

Base class for a custom graphics object to be rendered within the graphic overlay. Subclass this and implement the Graphic.draw method to define the graphics element. Add instances to the overlay using OverlayView.add().

Link copied to clipboard
abstract class StaticOverlay : Graphic
Link copied to clipboard
abstract class ViewFinder : StaticOverlay

Possible options are rectangle type and laser type.

Link copied to clipboard
class ViewFinderLaser(widthPercent: Int) : ViewFinder, RequiredContext
Link copied to clipboard